home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 April / PCWorld_2004-04_cd.bin / software / vyzkuste / pspad / pspad429inst_cz.exe / {app} / Template / Default.css < prev    next >
Cascading Style Sheet File  |  2003-11-09  |  862b  |  38 lines

  1. /* CSS for web:              */
  2. /* Author: , e-mail:         */
  3. /* Update:                   */
  4.  
  5. /* Debug                     */
  6. * { background: #FFCC00 !important }
  7. * { border: 1px black solid !important }
  8.  
  9. body {
  10.     background: white;
  11. /* Scrollbar                 */
  12.     scrollbar-face-color: #bdd6ef;
  13.     scrollbar-highlight-color: #E1E1E1;
  14.     scrollbar-3dlight-color: #363636;
  15.     scrollbar-darkshadow-color: #efefef;
  16.     scrollbar-shadow-color: #000000;
  17.     scrollbar-arrow-color: #363636;
  18.     scrollbar-track-color: #ffffff;
  19. /* Font                      */
  20.     font-family: geneva, verdana, arial, sans-serif;
  21.     font-size: 12;
  22. }
  23. /* Links                     */
  24. a:link {
  25.     text-decoration: none;
  26.     color: blue;
  27. }
  28. a:hover {
  29.     text-decoration: underline;
  30.     background: #bdd6ef;
  31.     color: #333399;
  32. }
  33. a:visited {
  34.     text-decoration: none;
  35.     color: purple;
  36. }
  37.  
  38.